home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / tex / tex29 / sttexsrc.zoo / src / fmt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-03-13  |  304 b   |  22 lines

  1.  
  2. /*
  3.  * @(#)fmt.h 2.5 EPA
  4.  *
  5.  * Copyright 1987,1988 Pat J Monardo
  6.  *
  7.  * Redistribution of this file is permitted through
  8.  * the specifications in the file COPYING.
  9.  *
  10.  * 
  11.  */
  12.  
  13. global  word_file   fmt_file;
  14.  
  15. global  str format_ident;
  16.  
  17. bool    load_fmt_file();
  18.  
  19. #ifdef INIT
  20. int     store_fmt_file();
  21. #endif
  22.